English
Deletes an audience attribute value.
cURL
curl --request POST \ --url https://your_a2_service/audiences/attributes-values/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>", "hard_delete": false, "value": "<string>" }'
"<any>"
The access token received from the authorization server in the OAuth 2.0 flow.
Represents a audience attribute value delete schema.
Successful Response
The response is of type any.
any
Was this page helpful?